<a href="edit.asp"><font size="2" face="verdana, arial, helvetica">Edit Record via WYSIWYG Editor</font></a>
<p>
<a href="preview.asp"><font size="2" face="verdana, arial, helvetica">View Record as HTML</font></a>
<ol>
<li><b>index.asp</b> start page
<li><b>edit.asp</b> ASP code reads a record from the database into a hidden field, vbscript moves the content of the hidden field into the editor
<li><b>update.asp</b> clicking the save button in edit.asp, causes vbscript to move the content out of the editor into a hidden field and post the contents of the hidden field to this page. update.asp ASP code writes the content to the database
<li><b>preview.asp</b> ASP code reads a record from the database and displays the html data.